textview: Unset bubble timeout ID right after requesting the clipboard
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 21 Aug 2014 15:43:10 +0000 (17:43 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 22 Aug 2014 11:24:56 +0000 (13:24 +0200)
commit5bc437d2bc2e70f58962407c73839cfe4ae07f68
tree5f017af0cd1d058a2b477741e460062aacbf1532
parent88bf4a7a2d442c4c86a59488851225db5c05e001
textview: Unset bubble timeout ID right after requesting the clipboard

The timeout ID used to be unset after we got the targets from the
clipboard, but there's still a moment between the clipboard request and
the GDK_SELECTION_NOTIFY event that the ID points to an already gone
timeout.
gtk/gtktextview.c